home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / remws < prev    next >
Text File  |  2001-03-21  |  343b  |  19 lines

  1. Synopsis:
  2.    $remws(<lwords> / <rwords>)
  3.  
  4. Technical:
  5.    This function simply returns <rwords> with all of the words to the left
  6.    of the / removed.
  7.  
  8. Returns:
  9.    <rwords> with <lwords> removed
  10.  
  11. Examples:
  12.    $remws(foo bar / test blah foo fnord bar nyah)
  13.       returns
  14.    "test blah fnord nyah"
  15.  
  16. See Also:
  17.    remw(6); uniq(6);
  18.  
  19.